Logger Constructor (Stream) |
Initializes a new instance of the Logger class with the specified log file path.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Logger(
Stream stream
)
Public Sub New (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
See Also